object frmWipeProgress: TfrmWipeProgress Left = 605 Top = 80 Width = 643 Height = 420 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object pnlWipeProgress: TPanel Left = 0 Top = 0 Width = 635 Height = 386 Align = alClient BevelOuter = bvNone Color = clWhite TabOrder = 0 DesignSize = ( 635 386) object imgWatermarkPage: TImage Left = 286 Top = 260 Width = 349 Height = 127 Anchors = [akRight, akBottom] AutoSize = True end object lblTitle: TAxLabel Left = 32 Top = 16 Width = 287 Height = 19 WordWrap = False Quality = smMMXSmoothing4x Layout = tlCenter Transparent = False Caption = 'Wiping free space on selected disks' Font.Charset = DEFAULT_CHARSET Font.Color = 10040064 Font.Height = -16 Font.Name = 'Verdana' Font.Style = [] ShowAccelChar = True ParentFont = False end object lblClickNext: TLabel Left = 32 Top = 360 Width = 369 Height = 16 Caption = 'Click Stop if you wish to stop free space wiping or Close to ex' + 'it' Transparent = True end object lblProcessedCount: TLabel Left = 32 Top = 191 Width = 112 Height = 16 Caption = 'Wiping disk 1 out 3' end object lblDescription: TLabel Left = 32 Top = 61 Width = 557 Height = 72 AutoSize = False Caption = 'lblDescription' WordWrap = True end object lblEstimateTitle: TLabel Left = 32 Top = 267 Width = 92 Height = 16 Caption = 'Estimated time:' Visible = False end object lblEstimateTime: TLabel Left = 159 Top = 267 Width = 32 Height = 16 Caption = '62:09' Visible = False end object lblCurDisk: TAxLabel Left = 32 Top = 143 Width = 575 Height = 18 StaticUnderline = False WordWrap = False Transparent = False AutoSize = False Caption = 'lblCurDisk' ShowAccelChar = True end object lblSlacksSpaceTitle: TLabel Left = 32 Top = 243 Width = 115 Height = 16 Caption = 'Total slack'#39's space:' Visible = False end object lblSlacksSpaceVal: TAxLabel Left = 159 Top = 243 Width = 67 Height = 16 WordWrap = False Transparent = False AutoSize = False Caption = '1.5 MB' ShowAccelChar = True end object pbCurrentDisk: TProgressBar Left = 32 Top = 162 Width = 573 Height = 16 TabOrder = 0 end object pbTotal: TProgressBar Left = 32 Top = 209 Width = 573 Height = 16 TabOrder = 1 end object btnPause: TButton Left = 425 Top = 243 Width = 85 Height = 25 Caption = 'Pause' TabOrder = 2 OnClick = btnPauseClick end object btnStop: TButton Left = 516 Top = 243 Width = 85 Height = 25 Caption = 'Stop' TabOrder = 3 OnClick = btnStopClick end end object timerProgress: TTimer Enabled = False Interval = 100 OnTimer = timerProgressTimer Left = 531 Top = 42 end end